home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gScript
- set tCurrButton to getaProp(the pButtonObjectList of gScript, rollOver())
- if voidp(tCurrButton) then
- exit
- end if
- mButtonDown(tCurrButton)
- end
-
- on mouseUp
- global gScript
- set tCurrButton to getaProp(the pButtonObjectList of gScript, rollOver())
- if voidp(tCurrButton) then
- exit
- end if
- mButtonUp(tCurrButton)
- end
-